home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Horodruin / horodruin-setup.exe / {app} / Horodruin.exe / 0 / RCDATA / TFRMCOPYMACHINE / TFRMCOPYMACHINE.txt
Text File  |  2005-02-17  |  2KB  |  96 lines

  1. object frmCopyMachine: TfrmCopyMachine
  2.   Left = 290
  3.   Top = 275
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Synchronizing Folders...'
  7.   ClientHeight = 185
  8.   ClientWidth = 409
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object gbCurrFile: TGroupBox
  22.     Left = 8
  23.     Top = 72
  24.     Width = 393
  25.     Height = 73
  26.     Caption = 'File Copy Progress'
  27.     TabOrder = 0
  28.     object lbFileName: TLabel
  29.       Left = 8
  30.       Top = 16
  31.       Width = 9
  32.       Height = 13
  33.       Caption = '...'
  34.     end
  35.     object lbFileCopied: TLabel
  36.       Left = 8
  37.       Top = 32
  38.       Width = 9
  39.       Height = 13
  40.       Caption = '...'
  41.     end
  42.     object pbFile: TProgressBar
  43.       Left = 8
  44.       Top = 48
  45.       Width = 377
  46.       Height = 13
  47.       Min = 0
  48.       Max = 1000
  49.       Smooth = True
  50.       TabOrder = 0
  51.     end
  52.   end
  53.   object gbTotal: TGroupBox
  54.     Left = 8
  55.     Top = 8
  56.     Width = 393
  57.     Height = 57
  58.     Caption = 'Total Copy Progress'
  59.     TabOrder = 1
  60.     object lbTotal: TLabel
  61.       Left = 8
  62.       Top = 16
  63.       Width = 9
  64.       Height = 13
  65.       Caption = '...'
  66.     end
  67.     object pbTotal: TProgressBar
  68.       Left = 8
  69.       Top = 32
  70.       Width = 377
  71.       Height = 13
  72.       Min = 0
  73.       Max = 1000
  74.       Smooth = True
  75.       Step = 1
  76.       TabOrder = 0
  77.     end
  78.   end
  79.   object btnCancel: TBitBtn
  80.     Left = 167
  81.     Top = 152
  82.     Width = 75
  83.     Height = 25
  84.     TabOrder = 2
  85.     OnClick = btnCancelClick
  86.     Kind = bkCancel
  87.   end
  88.   object tmRefreshUI: TTimer
  89.     Enabled = False
  90.     Interval = 500
  91.     OnTimer = tmRefreshUITimer
  92.     Left = 8
  93.     Top = 152
  94.   end
  95. end
  96.